github.com/gotd/td/rpc.Engine.ack (field)
7 uses
github.com/gotd/td/rpc (current package)
ack.go#L15: ch, ok := e.ack[id]
ack.go#L22: delete(e.ack, id)
ack.go#L32: if c, found := e.ack[id]; found {
ack.go#L39: e.ack[id] = c
ack.go#L47: delete(e.ack, id)
engine.go#L23: ack map[int64]chan struct{}
engine.go#L51: ack: map[int64]chan struct{}{},
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |